Skip to content

Instantly share code, notes, and snippets.

@Depado

Depado/block2. Secret

Created July 19, 2018 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Depado/1cc684b54715925fe9bdf32ac1408098 to your computer and use it in GitHub Desktop.
Save Depado/1cc684b54715925fe9bdf32ac1408098 to your computer and use it in GitHub Desktop.
.
├── Dockerfile
├── Gopkg.lock
├── Gopkg.toml
├── helm
│ └── dummy
│ ├── charts
│ ├── Chart.yaml
│ ├── templates
│ │ ├── deployment.yaml
│ │ ├── _helpers.tpl
│ │ ├── ingress.yaml
│ │ ├── NOTES.txt
│ │ └── service.yaml
│ └── values.yaml
├── LICENSE
├── main.go
└── README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment