longhorn: add k8s resources to kustomize
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
dfc4b33f64
commit
58c005d4be
2 changed files with 4 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: longhorn-basic-auth-secret
|
|
||||||
namespace: longhorn-system
|
|
||||||
apiVersion: v1
|
|
||||||
type: nginx.org/htpasswd
|
|
||||||
stringData:
|
|
||||||
htpasswd: |
|
|
||||||
aaron:$2y$05$B2.Q.9/e4VEXsnoe.ypjYOkiykmrF2hpApE7CYc2DPIr0pFIdDO1O
|
|
||||||
tom:$2y$05$BsM7fvmf3Gpuznak5OSgre0x81K4.vxUQO/aKW5cY4gmQOzvssPLO
|
|
||||||
basti:$$apr1$$XaGDFprb$$O9Y1oRhTNY7U5aa5Lj3wa1
|
|
|
@ -2,3 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
generators:
|
generators:
|
||||||
- ./secret-generator.yaml
|
- ./secret-generator.yaml
|
||||||
|
resources:
|
||||||
|
- ./recurringjobs.yaml
|
||||||
|
- ./storageclass.yaml
|
||||||
|
- ./volumesnapchotclass.yaml
|
||||||
|
|
Loading…
Reference in a new issue