diff --git a/barbican/values.yaml b/barbican/values.yaml index bbd0e514b4..5fc8ff8194 100644 --- a/barbican/values.yaml +++ b/barbican/values.yaml @@ -10,6 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Default values for barbican. +# This is a YAML-formatted file. +# Declare name/value pairs to be passed into your templates. +# name: value + labels: api: node_selector_key: openstack-control-plane diff --git a/ceph-client/values.yaml b/ceph-client/values.yaml index 9a1b5baaf4..144388e9c8 100644 --- a/ceph-client/values.yaml +++ b/ceph-client/values.yaml @@ -12,6 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Default values for ceph-client. +# This is a YAML-formatted file. +# Declare name/value pairs to be passed into your templates. +# name: value + deployment: ceph: true client_secrets: false diff --git a/ceph-mon/values.yaml b/ceph-mon/values.yaml index 899b90dcc3..c9d7384593 100644 --- a/ceph-mon/values.yaml +++ b/ceph-mon/values.yaml @@ -12,6 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Default values for ceph-mon. +# This is a YAML-formatted file. +# Declare name/value pairs to be passed into your templates. +# name: value + deployment: ceph: true storage_secrets: true diff --git a/ceph-osd/values.yaml b/ceph-osd/values.yaml index c922076fc0..02477c2304 100644 --- a/ceph-osd/values.yaml +++ b/ceph-osd/values.yaml @@ -12,6 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Default values for ceph-osd. +# This is a YAML-formatted file. +# Declare name/value pairs to be passed into your templates. +# name: value + images: pull_policy: IfNotPresent tags: diff --git a/congress/values.yaml b/congress/values.yaml index 1f9ca94db1..e6f560b462 100644 --- a/congress/values.yaml +++ b/congress/values.yaml @@ -13,6 +13,9 @@ # limitations under the License. # Default values for congress. +# This is a YAML-formatted file. +# Declare name/value pairs to be passed into your templates. +# name: value labels: api: diff --git a/mariadb/values.yaml b/mariadb/values.yaml index 74a263133e..dffca8abf3 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -12,6 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Default values for mariadb. +# This is a YAML-formatted file. +# Declare name/value pairs to be passed into your templates. +# name: value + release_group: null images: diff --git a/rally/values.yaml b/rally/values.yaml index c8b27d7a26..b6ea2af088 100644 --- a/rally/values.yaml +++ b/rally/values.yaml @@ -12,6 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Default values for rally. +# This is a YAML-formatted file. +# Declare name/value pairs to be passed into your templates. +# name: value + release_group: null labels: diff --git a/tempest/values.yaml b/tempest/values.yaml index 7c479a276f..0ace7b2fb5 100644 --- a/tempest/values.yaml +++ b/tempest/values.yaml @@ -12,6 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Default values for tempest. +# This is a YAML-formatted file. +# Declare name/value pairs to be passed into your templates. +# name: value + labels: job: node_selector_key: openstack-control-plane