Skip to content

Instantly share code, notes, and snippets.

@reyhansofian
Last active August 21, 2019 17:27
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 reyhansofian/db86c9b4b9e46cad528486009dbc65d0 to your computer and use it in GitHub Desktop.
Save reyhansofian/db86c9b4b9e46cad528486009dbc65d0 to your computer and use it in GitHub Desktop.
hello-world/
├── base
│ ├── deployment.yaml
│ ├── kustomization.yaml
│ └── service.yaml
└── overlays
├── prod
│ ├── kustomization.yaml
│ └── patch.yaml
└── staging
├── kustomization.yaml
└── patch-replicas.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment