labels under metadata

This commit is contained in:
2023-06-07 19:07:31 +02:00
parent cca9c91455
commit 01e7d2928e
2 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "0.6.4" HELM_CHART_VERSION: "0.6.5"
stages: stages:
- deploy - deploy

View File

@@ -13,6 +13,7 @@ spec:
name: global-secrets name: global-secrets
creationPolicy: Orphan creationPolicy: Orphan
template: template:
metadata:
labels: labels:
app.kubernetes.io/managed-by: External-Secrets app.kubernetes.io/managed-by: External-Secrets
data: data:
@@ -43,6 +44,7 @@ spec:
target: target:
name: pull-secret name: pull-secret
template: template:
metadata:
labels: labels:
app.kubernetes.io/managed-by: External-Secrets app.kubernetes.io/managed-by: External-Secrets
type: kubernetes.io/dockerconfigjson type: kubernetes.io/dockerconfigjson