Skip to content

Commit

Permalink
Fix/helm (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMANUM authored Nov 15, 2023
1 parent a731e4d commit 13ec78f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions helm-chart/environments/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

modelProcessBasePath: http://pagopa-dev-atm-layer-wf-process.pagopa.svc.cluster.local:8080

database:
type: postgresql
url: postgresql://pagopa-dev-atm-layer-rds.cluster-cyezwzpjc2tj.eu-south-1.rds.amazonaws.com:5431/pagopadb?search_path=atm_layer_model_schema
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "chart-1.serviceAccountName" . }}
name: {{ include "atm-layer-model.serviceAccountName" . }}
annotations:
{{- toYaml .Values.serviceAccount.annotations | nindent 4 }}
{{- end }}

0 comments on commit 13ec78f

Please sign in to comment.