1
0
Fork 0
home-stack-kustomize/kustomize/overlays/dev/kustomization.yaml

34 lines
767 B
YAML
Raw Normal View History

2020-05-01 22:08:35 +00:00
bases:
2020-08-02 01:49:55 +00:00
- ../../namespaces/gitea
2020-08-29 04:54:40 +00:00
# - ../../namespaces/grafana
2020-08-02 01:49:55 +00:00
- ../../namespaces/nextcloud
2020-05-01 22:08:35 +00:00
2020-05-16 02:19:37 +00:00
resources:
2020-05-17 02:17:14 +00:00
- cert-manager/clusterissuer.yaml
secretGenerator:
- name: digitalocean-api-key
type: Opaque
namespace: cert-manager
literals:
2020-05-18 18:55:58 +00:00
- access-token=${ssm:/prod/digitalocean/api_token}
2020-05-17 02:17:14 +00:00
# - name: drone-gitea-oauth-secret
# type: Opaque
# namespace: gitea
# behavior: replace
# literals:
# - client_id=749cde98-9b3b-4e19-8933-2937e12625f2
# - client_secret=12wTErChjQQW3CGEzbDMiSxEt08i-abeB0pbRbXEKKg=
2020-05-16 02:19:37 +00:00
2020-05-01 22:08:35 +00:00
# allow "kubectl apply -l managed-by=kustomize --prune ..."
commonlabels:
managed-by: kustomize
2020-05-16 02:19:37 +00:00
2020-05-17 02:17:14 +00:00
transformers:
2020-08-02 03:40:27 +00:00
- placeholders.yaml
2020-05-17 02:17:14 +00:00
- ssm-secrets.yaml
configurations:
2020-05-17 18:20:29 +00:00
- cert-manager/kustomizeconfig.yaml