Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Add 'REPLACE_REGISTRY_URL' Env Var to Deployment
Browse files Browse the repository at this point in the history
Add the new 'REPLACE_REGISTRY_URL' Configration Environment Variable to
the Kubernetes Deployment.

Signed-off-by: Emanuel Bennici <benniciemanuel78@gmail.com>
  • Loading branch information
l0nax committed Sep 27, 2019
1 parent a8d2cd4 commit cd870ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/kubenab-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ spec:
value: "kube-system,default"
- name: WHITELIST_REGISTRIES
value: "kubenab"
- name: REPLACE_REGISTRY_URL
value: "true"
ports:
- containerPort: 443
name: https
Expand Down

0 comments on commit cd870ef

Please # to comment.