fix
This commit is contained in:
@@ -86,18 +86,19 @@ data "kustomization_overlay" "data" {
|
||||
name: grafana
|
||||
annotations:
|
||||
configmap.reloader.stakater.com/reload: "grafana"
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: grafana
|
||||
volumeMounts:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: grafana
|
||||
volumeMounts:
|
||||
- name: local-certs
|
||||
mountPath: "/etc/local-certs"
|
||||
volumes:
|
||||
- name: local-certs
|
||||
mountPath: "/etc/local-certs"
|
||||
volumes:
|
||||
- name: local-certs
|
||||
secret:
|
||||
secretName: "${var.instance}-cert"
|
||||
defaultMode: 0444
|
||||
secret:
|
||||
secretName: "${var.instance}-cert"
|
||||
defaultMode: 0444
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user