This commit is contained in:
parent
4ff88759c9
commit
f1526ec558
4 changed files with 64 additions and 16 deletions
46
charts/argo-workflows/ci/enable-artifact-repo-values.yaml
Normal file
46
charts/argo-workflows/ci/enable-artifact-repo-values.yaml
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Test with artifact repository
|
||||
crds:
|
||||
keep: false
|
||||
|
||||
useStaticCredentials: true
|
||||
artifactRepository:
|
||||
archiveLogs: false
|
||||
s3:
|
||||
accessKeySecret:
|
||||
name: "{{ .Release.Name }}-minio"
|
||||
key: accesskey
|
||||
secretKeySecret:
|
||||
name: "{{ .Release.Name }}-minio"
|
||||
key: secretkey
|
||||
insecure: false
|
||||
bucket:
|
||||
endpoint:
|
||||
region:
|
||||
roleARN:
|
||||
useSDKCreds: true
|
||||
encryptionOptions:
|
||||
enableEncryption: true
|
||||
gcs:
|
||||
bucket: project-argo
|
||||
keyFormat: "{{ `{{workflow.namespace}}/{{workflow.name}}/{{pod.name}}` }}"
|
||||
serviceAccountKeySecret:
|
||||
name: my-gcs-credentials
|
||||
key: serviceAccountKey
|
||||
azure:
|
||||
endpoint: https://mystorageaccountname.blob.core.windows.net
|
||||
container: my-container-name
|
||||
blobNameFormat: path/in/container
|
||||
useSDKCreds: true
|
||||
accountKeySecret:
|
||||
name: my-azure-storage-credentials
|
||||
key: account-access-key
|
||||
|
||||
customArtifactRepository:
|
||||
artifactory:
|
||||
repoUrl: https://artifactory.example.com/raw
|
||||
usernameSecret:
|
||||
name: artifactory-creds
|
||||
key: username
|
||||
passwordSecret:
|
||||
name: artifactory-creds
|
||||
key: password
|
||||
Loading…
Add table
Add a link
Reference in a new issue