Skip to content

Commit

Permalink
Added ALZ support, breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasthuen committed Feb 20, 2024
1 parent eb66220 commit 24d2f14
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/svai/templates/imageUpdateAutomation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
email: [email protected]
name: fluxcdbot
messageTemplate: |
Automated image update
{{` Automated image update
[ci skip]
Automation name: {{ .AutomationObject }}
Files:
Expand All @@ -29,7 +29,7 @@ spec:
Images:
{{ range .Updated.Images -}}
- {{.}}
{{ end -}}
{{ end -}}`}}
push:
branch: main
interval: 1m0s
Expand Down
1 change: 1 addition & 0 deletions stable/svai/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{- $name := include "svai.name" . -}}
{{- $dns := include "svai.dns" . -}}

{{- range .Values.environment.secrets }}
apiVersion: spv.no/v1alpha1
kind: AzureKeyVaultSecret
Expand Down
5 changes: 4 additions & 1 deletion stable/svai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ image:
containerPort: 8080
gitOps:
repoName: "banking-services-gitops"
environment:
variables:
secrets:
valuesFrom:

nameOverride: "sandbox"

service:
port: 80
Expand Down

0 comments on commit 24d2f14

Please sign in to comment.