2020-04-25 17:43:25 +00:00
|
|
|
commonLabels:
|
|
|
|
app.kubernetes.io/name: kube-1password-secrets
|
|
|
|
|
|
|
|
namespace: kube-system
|
|
|
|
|
|
|
|
secretGenerator:
|
|
|
|
- envs:
|
|
|
|
- .env
|
|
|
|
name: kube-1password-secrets
|
|
|
|
|
|
|
|
images:
|
|
|
|
- name: kube-1password-secrets
|
2020-06-03 14:20:48 +00:00
|
|
|
newName: docker.cluster.fun/averagemarcus/kube-1password-secrets
|
2020-04-25 17:43:25 +00:00
|
|
|
newTag: latest
|
|
|
|
|
|
|
|
resources:
|
|
|
|
- rbac.yaml
|
|
|
|
- pvc.yaml
|
|
|
|
- deployment.yaml
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|