2020-08-14 14:52:10 +00:00
|
|
|
{{- if index .Values "logging" "enabled" }}
|
2020-08-21 19:39:55 +00:00
|
|
|
{{ include "kubezero-app.app" . }}
|
2020-08-15 14:59:57 +00:00
|
|
|
|
|
|
|
ignoreDifferences:
|
|
|
|
- group: admissionregistration.k8s.io
|
|
|
|
kind: ValidatingWebhookConfiguration
|
|
|
|
jsonPointers:
|
|
|
|
- /webhooks/0/clientConfig/caBundle
|
|
|
|
- /webhooks/1/clientConfig/caBundle
|
|
|
|
- /webhooks/2/clientConfig/caBundle
|
|
|
|
- /webhooks/3/clientConfig/caBundle
|
|
|
|
- /webhooks/4/clientConfig/caBundle
|
|
|
|
- /webhooks/5/clientConfig/caBundle
|
|
|
|
- /webhooks/6/clientConfig/caBundle
|
|
|
|
- group: apiextensions.k8s.io
|
|
|
|
kind: CustomResourceDefinition
|
|
|
|
jsonPointers:
|
|
|
|
- /status
|
2020-08-14 14:52:10 +00:00
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Namespace
|
|
|
|
metadata:
|
|
|
|
name: logging
|
|
|
|
annotations:
|
|
|
|
iam.amazonaws.com/permitted: ".*ElasticSearchSnapshots.*"
|
|
|
|
{{- end }}
|