++ add vault install for ugok
This commit is contained in:
parent
de24873d04
commit
75cecf0321
@ -3,3 +3,5 @@ kind: Kustomization
|
||||
resources:
|
||||
- ./flux-system
|
||||
- ./helm-repositories.yaml
|
||||
|
||||
- ../../infrastructure/vault/ugok
|
||||
|
||||
6
infrastructure/vault/ugok/kustomization.yaml
Normal file
6
infrastructure/vault/ugok/kustomization.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
patches:
|
||||
- path: vault.yaml
|
||||
13
infrastructure/vault/ugok/vault.yaml
Normal file
13
infrastructure/vault/ugok/vault.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: vault
|
||||
namespace: vault
|
||||
spec:
|
||||
interval: 5m
|
||||
timeout: 10m
|
||||
values:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
backup:
|
||||
enabled: false
|
||||
Loading…
Reference in New Issue
Block a user