refactor
This commit is contained in:
parent
56adafc754
commit
fc8439f73d
|
|
@ -8,6 +8,9 @@ spec:
|
|||
namespace: monitoring
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
helm:
|
||||
valueFiles:
|
||||
- values-{{ .Values.environment }}.yaml
|
||||
path: k8s/monitoring
|
||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||
targetRevision: HEAD
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ kind: Kustomization
|
|||
|
||||
resources:
|
||||
- https://github.com/jetstack/cert-manager/releases/download/v1.6.0/cert-manager.yaml
|
||||
- cluster-issuer-haproxy.yaml
|
||||
- cluster-issuer-nginx.yaml
|
||||
- cluster-issuer-nginx.yaml
|
||||
#- cluster-issuer-haproxy.yaml
|
||||
Loading…
Reference in New Issue