mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-20 09:48:29 +00:00
Merge pull request #65 from mstg/hotfix-s3
s3.kube_env should default to RESF Peridot bucket
This commit is contained in:
commit
37a958bad0
@ -1,3 +1,4 @@
|
||||
local kubernetes = import 'ci/kubernetes.jsonnet';
|
||||
local utils = import 'ci/utils.jsonnet';
|
||||
|
||||
{
|
||||
@ -20,7 +21,7 @@ local utils = import 'ci/utils.jsonnet';
|
||||
},
|
||||
{
|
||||
name: '%s_S3_BUCKET' % prefix,
|
||||
value: if utils.helm_mode then '{{ .Values.s3Bucket | default !"!" }}' else '',
|
||||
value: if utils.helm_mode then '{{ .Values.s3Bucket | default !"!" }}' else if kubernetes.prod() then 'resf-peridot-prod' else '',
|
||||
},
|
||||
{
|
||||
name: '%s_S3_ASSUME_ROLE' % prefix,
|
||||
|
Loading…
Reference in New Issue
Block a user