Skip to content

Commit

Permalink
Merge pull request #23 from replicatedhq/laverya/include-kots-applica…
Browse files Browse the repository at this point in the history
…tion-file

include a kotsadm application file if provided
  • Loading branch information
laverya authored Oct 16, 2023
2 parents f1ca082 + eff27ec commit c29bfd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/kotsadm-application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{- if .Values.kotsApplication }}
apiVersion: v1
kind: ConfigMap
metadata:
name: kotsadm-application-metadata
data:
application.yaml: {{- .Values.kotsApplication }}
{{- end }}

0 comments on commit c29bfd3

Please sign in to comment.