diff options
author | 2021-02-22 23:08:40 +0000 | |
---|---|---|
committer | 2021-02-22 23:08:40 +0000 | |
commit | 1457357dd5019e3521d194679532488b295ccb0f (patch) | |
tree | 997bc6464c468de95f9306b483718fecca17d36c /kubernetes/aai/components/aai-resources/templates/configmap.yaml | |
parent | 276c3d901ca7da61bd13e17c97925ae8aec99446 (diff) | |
parent | b4e038d2e2e7f39fc69a234bb132f43ff6a69712 (diff) |
Merge "[AAI][RESOURCES] Remove Hardcoded certificates"
Diffstat (limited to 'kubernetes/aai/components/aai-resources/templates/configmap.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-resources/templates/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-resources/templates/configmap.yaml b/kubernetes/aai/components/aai-resources/templates/configmap.yaml index f173916104..99973565f8 100644 --- a/kubernetes/aai/components/aai-resources/templates/configmap.yaml +++ b/kubernetes/aai/components/aai-resources/templates/configmap.yaml @@ -18,7 +18,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "common.fullname" . }}-configmap + name: {{ include "common.fullname" . }} namespace: {{ include "common.namespace" . }} labels: app: {{ include "common.name" . }} |