This commit is contained in:
CI 2023-04-11 09:45:25 -04:00
parent 53e28ff20c
commit b56840ad89
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ metadata:
chart: {{ template "helm-guestbook.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
annotations:
avp.kubernetes.io/path: "path/to/secret"
spec:
replicas: {{ .Values.replicaCount }}
revisionHistoryLimit: 3
@ -19,6 +21,8 @@ spec:
labels:
app: {{ template "helm-guestbook.name" . }}
release: {{ .Release.Name }}
annotations:
secret: <secret>
spec:
containers:
- name: {{ .Chart.Name }}