Skip to content

Commit

Permalink
Merge pull request #20786 from srikiz/DO-FixEnvironmentVariable-KOPS-…
Browse files Browse the repository at this point in the history
…test

[Digital Ocean] Fix environment variable that KOPS expects for Spaces
  • Loading branch information
k8s-ci-robot authored Feb 10, 2021
2 parents bf850f2 + ba91d49 commit 321827c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/kops/kops-presets-do.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ presets:
- labels:
preset-do-spaces-credential: "true"
env:
- name: DO_S3_ACCESS_KEY_ID
- name: S3_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: spaces-digitalocean-s3
key: access-key
- name: DO_S3_SECRET_ACCESS_KEY
- name: S3_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: spaces-digitalocean-s3
Expand Down

0 comments on commit 321827c

Please sign in to comment.