Skip to content

Instantly share code, notes, and snippets.

@Jeffwan
Created November 11, 2019 03:57
Show Gist options
  • Save Jeffwan/bb8ccae0cd1d4983d4697da05021edc2 to your computer and use it in GitHub Desktop.
Save Jeffwan/bb8ccae0cd1d4983d4697da05021edc2 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: mysecret
annotations:
serving.kubeflow.org/s3-endpoint: s3.us-west-2.amazonaws.com
serving.kubeflow.org/s3-usehttps: "1"
serving.kubeflow.org/s3-verifyssl: "1"
serving.kubeflow.org/s3-region: us-west-2
type: Opaque
data:
awsAccessKeyID: QUxxxOQkxxxxxU9SQVE=
awsSecretAccessKey: TFZiSmZxxxZC93dxxxxlRamR5Rnxxxx8waVhpaw==
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: sa
secrets:
- name: mysecret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment