Skip to content

Commit

Permalink
fixes for kubernetes deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
acies312 committed Mar 6, 2024
1 parent fc85f09 commit 153b28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions save-cloud-charts/save-cloud/templates/backend-cosv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
- name: ca-pemstore
configMap:
name: ca-pemstore
{{ if .Values.gateway.initCerts.enabled }}
{{ end }}
---
apiVersion: v1
kind: ConfigMap
Expand All @@ -160,4 +160,4 @@ spec:
ports:
{{- include "service.common.ports" (dict "service" .Values.backend_cosv) | nindent 4 }}
selector:
{{- include "service.common.selectors" (dict "service" .Values.backend_cosv) | nindent 4 }}
{{- include "service.common.selectors" (dict "service" .Values.backend_cosv) | nindent 4 }}

0 comments on commit 153b28a

Please sign in to comment.