Skip to content

Commit

Permalink
fix existing claims for s3
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax committed Dec 20, 2024
1 parent 249a543 commit 3b93a53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,10 @@ spec:
loggingOverrideLevel: null
fileSizeLimitMB: null
minFreeSpacePercent: 7

dataDirs:
- name: data0
type: "persistentVolumeClaim"
storageClass: "local-path"
size: "10Gi"
- name: data
type: "existingClaim"
claimName: "swfs-volume-data"
maxVolumes: 0

idx: {}
Expand Down Expand Up @@ -205,6 +203,9 @@ spec:
filerGroup: ""
enablePVC: true
storage: 10Gi
data:
type: "existingClaim"
claimName: "swfs-filer-data"

topologySpreadConstraints: {}
tolerations: ""
Expand Down
1 change: 1 addition & 0 deletions demo/argo-workflows/workflows-s3-postgres-credentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ metadata:
stringData:
accesskey: "workflows-postgres"
secretkey: "postgres-key-goes-here"
resticRepoPassword: "restic-repo-password-goes-here"

0 comments on commit 3b93a53

Please sign in to comment.