Fixed invalid external secret spec
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.5.17"
|
||||
HELM_CHART_VERSION: "0.6.1"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -29,7 +29,7 @@ spec:
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: {{ include "..fullname" . }}-ex-pull-secret
|
||||
name: {{ include "..fullname" . }}-ex-pull-secret
|
||||
labels:
|
||||
{{- include "..labels" . | nindent 8 }}
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user