Skip to content

Commit

Permalink
Generate self signed certificates for network mapper webhook by defau…
Browse files Browse the repository at this point in the history
…lt (#169)

This commit matches the default setting for generating self signed certificate to those of intents operator and credentials operator (that is, generate by default).
  • Loading branch information
orishavit authored Feb 19, 2024
1 parent 4301210 commit 48d1753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion network-mapper/templates/mapper-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spec:
value: {{ .Values.global.telemetry.errors.networkMapperApiKey | quote }}
{{- end }}
{{- if .Values.aws.visibility.enabled }}
name: OTTERIZE_ENABLE_AWS_VISIBILITY_WEBHOOK
- name: OTTERIZE_ENABLE_AWS_VISIBILITY_WEBHOOK
value: "true"
{{- end }}
{{- if .Values.webhook.generateSelfSignedCert }}
Expand Down
2 changes: 1 addition & 1 deletion network-mapper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ istiowatcher:
# memory: 128Mi

webhook:
generateSelfSignedCert: false
generateSelfSignedCert: true

debug: false
allowGetAllResources: true
Expand Down

0 comments on commit 48d1753

Please sign in to comment.