Skip to content

Commit

Permalink
Make app-config permanent
Browse files Browse the repository at this point in the history
  • Loading branch information
thepetk committed Jan 29, 2025
1 parent 87d9c1e commit 99d8f42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
annotations:
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-delete-policy: hook-succeeded
labels:
app.kubernetes.io/instance: {{ .Release.Name }}-app-config
app.kubernetes.io/name: {{ .Release.Name }}-app-config
Expand All @@ -20,4 +17,7 @@ data:
GITHUB_TETKON_SOURCE_REPO: "redhat-ai-dev/ai-lab-helm-charts"
GITHUB_DEFAULT_BRANCH: "{{ .Values.gitops.gitDefaultBranch }}"
QUAY_ACCOUNT_NAME: "{{ .Values.gitops.quayAccountName }}"
GH_VERSION: "2.62.0"
GH_VERSION: "2.62.0"
INCLUDE_MODEL_ENDPOINT_SECRET: "{{ .Values.model.includeModelEndpointSecret }}"
MODEL_ENDPOINT_SECRET_NAME: "{{ .Values.model.modelEndpointSecretName }}"
MODEL_ENDPOINT_SECRET_KEY: "{{ .Values.model.modelEndpointSecretKey }}"
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
ROOTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

# pull and convert resources from ai-lab-app
bash $ROOTDIR/scripts/convert-gitops-template.sh
bash "${ROOTDIR}/scripts/convert-gitops-template.sh"

0 comments on commit 99d8f42

Please sign in to comment.