Skip to content

Commit

Permalink
fix helm upgrade trigger and set certmanager false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Apr 7, 2024
1 parent 4940df1 commit 415af34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions helm-charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
app.kubernetes.io/app: "apim-apk-agent"
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/log-conf.yaml") . | sha256sum }}
spec:
serviceAccountName: wso2agent-platform
containers:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ metrics:
agent:
mode: CPtoDP
certmanager:
enabled: true
enabled: false

0 comments on commit 415af34

Please sign in to comment.