Fixed namespace issue for ext-secret

This commit is contained in:
2023-06-02 20:17:42 +02:00
parent fa3bec2064
commit e120bf4a37
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "0.8.11" HELM_CHART_VERSION: "0.8.12"
stages: stages:
- deploy - deploy

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: cloudypress name: cloudypress
description: Helm chart to deploy Wordpress backed by PHP-CLI and Nginx Unit description: Helm chart to deploy Wordpress backed by PHP-CLI and Nginx Unit
type: application type: application
version: "0.8.11" version: "0.8.12"
appVersion: "6.2.0" appVersion: "6.2.2"

View File

@@ -2,7 +2,6 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret kind: ExternalSecret
metadata: metadata:
name: global-secrets-ext name: global-secrets-ext
namespace: {{ include "..fullname" . }}
labels: labels:
{{- include "..labels" . | nindent 8 }} {{- include "..labels" . | nindent 8 }}
spec: spec: