Allow for ConfigMaps to be annotated (#272)
Without an annotation, spinnaker will rename the configmap. --------- Signed-off-by: Faisal Memon <[email protected]> Co-authored-by: kfox1111 <[email protected]>
This commit is contained in:
@@ -46,6 +46,10 @@ service:
|
||||
port: 8081
|
||||
annotations: {}
|
||||
|
||||
configMap:
|
||||
# -- Annotations to add to the SPIRE Server ConfigMap
|
||||
annotations: {}
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
@@ -186,6 +190,10 @@ controllerManager:
|
||||
port: 443
|
||||
annotations: {}
|
||||
|
||||
configMap:
|
||||
# -- Annotations to add to the Controller Manager ConfigMap
|
||||
annotations: {}
|
||||
|
||||
ignoreNamespaces:
|
||||
- kube-system
|
||||
- kube-public
|
||||
|
||||
Reference in New Issue
Block a user