Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Jul 10, 2024
1 parent e712df6 commit 4fec60a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions charts/cdefense/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ data:
CLOUDDEFENSE_WEBCONSOLE_API_ENDPOINT: http://api.cdefense.svc.cluster.local
{{ end }}
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT: {{ if .Values.recommendation.hostname }}"https://{{ .Values.recommendation.hostname }}"{{- else }}"https://recommendation.{{ .Values.domain }}"{{- end }}
{{ else }}
CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT: http://recommendation.cdefense.svc.cluster.local
{{ end }}
{{ if .Values.ingress.enabled }}
CLOUDDEFENSE_WEBCONSOLE_HOST_URL: https://{{ .Values.hostname }}/project-details
{{ else }}
CLOUDDEFENSE_WEBCONSOLE_HOST_URL: http://web.cdefense.svc.cluster.local/project-details
Expand Down

0 comments on commit 4fec60a

Please sign in to comment.