Skip to content

Commit

Permalink
Add optional: true option for the base and server url envs
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Feb 2, 2024
1 parent 9d41c81 commit 3e1b267
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/base/cuda-rstudio-buildconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ spec:
secretKeyRef:
name: rhel-subscription-secret
key: SERVERURL
optional: true
- name: BASEURL
valueFrom:
secretKeyRef:
name: rhel-subscription-secret
key: BASEURL
optional: true
output:
to:
kind: ImageStreamTag
Expand Down Expand Up @@ -130,11 +132,13 @@ spec:
secretKeyRef:
name: rhel-subscription-secret
key: SERVERURL
optional: true
- name: BASEURL
valueFrom:
secretKeyRef:
name: rhel-subscription-secret
key: BASEURL
optional: true
output:
to:
kind: ImageStreamTag
Expand Down
2 changes: 2 additions & 0 deletions manifests/base/rstudio-buildconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ spec:
secretKeyRef:
name: rhel-subscription-secret
key: SERVERURL
optional: true
- name: BASEURL
valueFrom:
secretKeyRef:
name: rhel-subscription-secret
key: BASEURL
optional: true
noCache: true
output:
to:
Expand Down

0 comments on commit 3e1b267

Please sign in to comment.