feat: restructure
feat: enable stuff?
This commit is contained in:
37
infra/controllers/1password/1password.yaml
Normal file
37
infra/controllers/1password/1password.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: 1password-repo
|
||||
namespace: 1password-system
|
||||
spec:
|
||||
interval: 15m0s
|
||||
url: https://1password.github.io/connect-helm-charts/
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: 1password
|
||||
namespace: 1password-system
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: connect
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: 1password-repo
|
||||
version: 1.16.x
|
||||
interval: 1m0s
|
||||
values:
|
||||
connect:
|
||||
serviceType: LoadBalancer
|
||||
credentialsName: 1password-credentials
|
||||
credentialsKey: password
|
||||
operator:
|
||||
create: true
|
||||
autoRestart: true
|
||||
token:
|
||||
name: 1password-token
|
||||
key: password
|
||||
|
||||
Reference in New Issue
Block a user