summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-06-20 14:45:44 -0400
committerKenny Woodson <kwoodson@redhat.com>2017-06-20 17:06:59 -0400
commitf50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75 (patch)
tree99b69c6354a47eb9f51e4c2d053163b3bb7e0550 /inventory
parent0b0e0d1ec88af89f6315e1602b30ffe5218c88dc (diff)
downloadopenshift-f50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75.tar.gz
openshift-f50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75.tar.bz2
openshift-f50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75.tar.xz
openshift-f50ea8ec5d3422c8ec61aad273d0bfb5a9b5fa75.zip
Adding option for serviceAccountConfig.limitSecretReferences
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.origin.example3
-rw-r--r--inventory/byo/hosts.ose.example3
2 files changed, 6 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 962a01a91..300d45e72 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -815,6 +815,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Controls validity for etcd CA, peer, server and client certificates.
#
#etcd_ca_default_days=1825
+#
+# ServiceAccountConfig:LimitSecretRefences rejects pods that reference secrets their service accounts do not reference
+# openshift_master_saconfig_limitsecretreferences=false
# Upgrade Control
#
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index 63f1f00d2..8dce572bb 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -811,6 +811,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Controls validity for etcd CA, peer, server and client certificates.
#
#etcd_ca_default_days=1825
+#
+# ServiceAccountConfig:LimitSecretRefences rejects pods that reference secrets their service accounts do not reference
+# openshift_master_saconfig_limitsecretreferences=false
# Upgrade Control
#