Last active
September 5, 2019 20:58
-
-
Save eyeezzi/b01cfb365a372b4a6ae4a22f1d4bf295 to your computer and use it in GitHub Desktop.
Output of terraform imagePullSecret creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
data: | |
.dockerconfigjson: eyJhdXRocyI6eyJodHRwczovL2djci5pbyI6eyJ1c2VybmFtZSI6Il9qc29uX2tleSIsInBhc3N3b3JkIjoidGVzdCIsImVtYWlsIjoieW91cmVtYWlsQGV4YW1wbGUuY29tIiwiYXV0aCI6IlgycHpiMjVmYTJWNU9uUmxjM1E9In19fQ== | |
kind: Secret | |
metadata: | |
creationTimestamp: null | |
name: gcr-json-key | |
namespace: staging | |
type: kubernetes.io/dockerconfigjson |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
data: | |
.dockerconfigjson: eyJodHRwczovL2djci5pbyI6eyJlbWFpbCI6InlvdXJlbWFpbEBleGFtcGxlLmNvbSIsInBhc3N3b3JkIjoidGVzdCIsInVzZXJuYW1lIjoiX2pzb25fa2V5In19 | |
kind: Secret | |
metadata: | |
creationTimestamp: "2019-09-05T19:27:32Z" | |
name: gcr-imagepullsecret-staging | |
namespace: staging | |
resourceVersion: "754915" | |
selfLink: /api/v1/namespaces/staging/secrets/gcr-imagepullsecret-staging | |
uid: c9f96358-4708-427e-9d66-68cd3b875e2d | |
type: kubernetes.io/dockerconfigjson |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment