Skip to content
Snippets Groups Projects
Commit 6b4ce600 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4786: Fix bindings_type name to fix SharedResourceWarning

parent adb0f081
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: bindings-type
name: administration-bindings-type
namespace: {{ .Release.Namespace }}
data:
type: |
......
......@@ -131,7 +131,7 @@ spec:
volumes:
- name: bindings
configMap:
name: bindings-type
name: administration-bindings-type
- name: mongodb-root-ca
secret:
secretName: {{ .Values.database.tls.secretName }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment