add 1password operator
This commit is contained in:
@@ -9,6 +9,8 @@ repositories:
|
|||||||
url: https://kubernetes.github.io/ingress-nginx
|
url: https://kubernetes.github.io/ingress-nginx
|
||||||
- name: bitnami
|
- name: bitnami
|
||||||
url: https://charts.bitnami.com/bitnami
|
url: https://charts.bitnami.com/bitnami
|
||||||
|
- name: 1password
|
||||||
|
url: https://1password.github.io/connect-helm-charts
|
||||||
---
|
---
|
||||||
releases:
|
releases:
|
||||||
# Distributed Storage
|
# Distributed Storage
|
||||||
@@ -46,3 +48,11 @@ releases:
|
|||||||
version: 8.3.4
|
version: 8.3.4
|
||||||
values:
|
values:
|
||||||
- ./values/externaldns.values.yaml
|
- ./values/externaldns.values.yaml
|
||||||
|
|
||||||
|
# 1Password Operator
|
||||||
|
- name: 1password-system
|
||||||
|
namespace: 1password-system
|
||||||
|
chart: 1password/connect
|
||||||
|
version: 1.15.1
|
||||||
|
values:
|
||||||
|
- ./values/1password.values.yaml
|
||||||
|
|||||||
8
helm/values/1password.values.yaml
Normal file
8
helm/values/1password.values.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
connect:
|
||||||
|
credentials: "1password-credentials.json"
|
||||||
|
operator:
|
||||||
|
create: true
|
||||||
|
token:
|
||||||
|
value: ${OP_TOKEN}
|
||||||
|
autoRestart: true
|
||||||
Reference in New Issue
Block a user