rancher-charts/charts/rancher-gatekeeper/3.3.001/templates/gatekeeper-webhook-server-c...

14 lines
402 B
YAML
Raw Normal View History

2021-03-04 04:31:46 +00:00
apiVersion: v1
kind: Secret
metadata:
annotations:
{{- toYaml .Values.secretAnnotations | trim | nindent 4 }}
labels:
app: '{{ template "gatekeeper.name" . }}'
chart: '{{ template "gatekeeper.name" . }}'
gatekeeper.sh/system: "yes"
heritage: '{{ .Release.Service }}'
release: '{{ .Release.Name }}'
name: gatekeeper-webhook-server-cert
namespace: '{{ .Release.Namespace }}'