Skip to content

Commit

Permalink
Merge pull request #169 from bincherry/fix-args-cert-manager
Browse files Browse the repository at this point in the history
Fix wrong args of cert-manager
  • Loading branch information
bjwswang authored Feb 27, 2024
2 parents 1087616 + f00a2cc commit 0994f28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-component/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1
version: 0.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,6 @@ spec:
args:
- --v=2
- --leader-election-namespace={{ .Release.Namespace }}
- --enable-certificate-owner-ref=true
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -1027,6 +1026,7 @@ spec:
- --v=2
- --cluster-resource-namespace=$(POD_NAMESPACE)
- --leader-election-namespace={{ .Release.Namespace }}
- --enable-certificate-owner-ref=true
ports:
- containerPort: 9402
name: http-metrics
Expand Down Expand Up @@ -1220,4 +1220,4 @@ webhooks:
name: cert-manager-webhook
namespace: {{ .Release.Namespace }}
path: /validate
{{- end }}
{{- end }}

0 comments on commit 0994f28

Please sign in to comment.