Skip to content

Commit

Permalink
Specify namespace for kserve web app configmap (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Jung (VMware) <[email protected]>
  • Loading branch information
Anna authored Mar 4, 2022
1 parent 42220c5 commit b55412d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ images:
newTag: v0.7.0
configMapGenerator:
- name: kserve-models-web-app-config
namespace: kserve
literals:
- APP_DISABLE_AUTH="True"
1 change: 1 addition & 0 deletions config/overlays/kubeflow/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ generatorOptions:
# kserve namespace in webhook configurations
configMapGenerator:
- name: kserve-models-web-app-config
namespace: kserve
behavior: replace
literals:
- USERID_HEADER=kubeflow-userid
Expand Down

0 comments on commit b55412d

Please sign in to comment.