Skip to content

Commit

Permalink
Specify namespace for kserve web app configmap
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Jung (VMware) <[email protected]>
  • Loading branch information
Anna Jung (VMware) committed Feb 28, 2022
1 parent 6f4444d commit 9337892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/kserve/models-web-app/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"
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 9337892

Please sign in to comment.