mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-24 03:28:28 +00:00
s3.kube_env should default to RESF Peridot bucket
This commit is contained in:
parent
70056dedd5
commit
e6d319b8a2
@ -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