Skip to content

Commit 65e05fa

Browse files
committed
chore(workflow): add namespace for charts
1 parent d18b3ec commit 65e05fa

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

charts/workflow/templates/drycc-cluster-issuer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: cert-manager.io/v1alpha2
22
kind: ClusterIssuer
33
metadata:
44
name: drycc-cluster-issuer
5+
namespace: {{ .Release.Namespace }}
56
spec:
67
acme:
78
# The ACME server URL

charts/workflow/templates/objectstorage-secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: v1
22
kind: Secret
33
metadata:
44
name: objectstorage-keyfile
5+
namespace: {{ .Release.Namespace }}
56
labels:
67
heritage: drycc
78
annotations:

charts/workflow/templates/registry-secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: v1
33
kind: Secret
44
metadata:
55
name: registry-secret
6+
namespace: {{ .Release.Namespace }}
67
labels:
78
heritage: drycc
89
annotations:

0 commit comments

Comments
 (0)