refactor to use with argocd instead of flux
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: sealed-secrets
|
||||
namespace: flux-system
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: sealed-secrets
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: sealed-secrets
|
||||
version: '>=1.15.0-0'
|
||||
install:
|
||||
crds: Create
|
||||
interval: 24h
|
||||
releaseName: sealed-secrets
|
||||
targetNamespace: flux-system
|
||||
upgrade:
|
||||
crds: CreateReplace
|
||||
values:
|
||||
service:
|
||||
type: NodePort
|
||||
nodePort: 30081
|
||||
networkPolicy:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user