Skip to content

Commit

Permalink
test on deployments values
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Nov 22, 2023
1 parent 23f5675 commit 44517cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: cert-manager-http01-solvers
namespace: giantswarm
namespace: {{ include "cert-manager.namespace" . }}
labels:
{{- include "labels" . | nindent 4 }}
spec:
Expand Down
2 changes: 1 addition & 1 deletion helm/cert-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
{{- if .Values.clusterResourceNamespace }}
- --cluster-resource-namespace={{ .Values.clusterResourceNamespace }}
{{- else }}
- --cluster-resource-namespace=$(POD_NAMESPACE)
- --cluster-resource-namespace={{ include "cert-manager.namespace" . }}
{{- end }}
{{- with .Values.global.leaderElection }}
- --leader-election-namespace={{ .namespace }}
Expand Down

0 comments on commit 44517cb

Please sign in to comment.