feat: add more
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 1m10s
lint-test-helm / lint-helm (pull_request) Successful in 8m57s
lint-test-helm / validate-kubeconform (pull_request) Successful in 10m14s

This commit is contained in:
2026-04-22 19:38:17 -05:00
parent 134ce4ae01
commit 5cf0638c16
20 changed files with 117 additions and 84 deletions

View File

@@ -9,7 +9,7 @@ metadata:
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
name: openbao
data:
- secretKey: ACCESS_KEY_ID
remoteRef:
@@ -25,12 +25,12 @@ spec:
property: ACCESS_SECRET_KEY
- secretKey: SRC_ENDPOINT
remoteRef:
key: /garage/config/local
property: ENDPOINT
key: /garage/config
property: ENDPOINT_LOCAL
- secretKey: DEST_ENDPOINT
remoteRef:
key: /garage/config/remote
property: ENDPOINT
key: /garage/config
property: ENDPOINT_REMOTE
---
apiVersion: external-secrets.io/v1
@@ -60,12 +60,12 @@ spec:
property: ACCESS_SECRET_KEY
- secretKey: SRC_ENDPOINT
remoteRef:
key: /garage/config/local
property: ENDPOINT
key: /garage/config
property: ENDPOINT_LOCAL
- secretKey: DEST_ENDPOINT
remoteRef:
key: /garage/config/remote
property: ENDPOINT
key: /garage/config
property: ENDPOINT_REMOTE
---
apiVersion: external-secrets.io/v1
@@ -95,12 +95,12 @@ spec:
property: ACCESS_SECRET_KEY
- secretKey: SRC_ENDPOINT
remoteRef:
key: /garage/config/local
property: ENDPOINT
key: /garage/config
property: ENDPOINT_LOCAL
- secretKey: DEST_ENDPOINT
remoteRef:
key: /garage/config/remote
property: ENDPOINT
key: /garage/config
property: ENDPOINT_REMOTE
---
apiVersion: external-secrets.io/v1
@@ -130,12 +130,12 @@ spec:
property: ACCESS_SECRET_KEY
- secretKey: SRC_ENDPOINT
remoteRef:
key: /garage/config/local
property: ENDPOINT
key: /garage/config
property: ENDPOINT_LOCAL
- secretKey: DEST_ENDPOINT
remoteRef:
key: /garage/config/remote
property: ENDPOINT
key: /garage/config
property: ENDPOINT_REMOTE
---
apiVersion: external-secrets.io/v1
@@ -165,12 +165,12 @@ spec:
property: ACCESS_SECRET_KEY
- secretKey: SRC_ENDPOINT
remoteRef:
key: /garage/config/local
property: ENDPOINT
key: /garage/config
property: ENDPOINT_LOCAL
- secretKey: DEST_ENDPOINT
remoteRef:
key: /garage/config/remote
property: ENDPOINT
key: /garage/config
property: ENDPOINT_REMOTE
---
apiVersion: external-secrets.io/v1
@@ -200,12 +200,12 @@ spec:
property: ACCESS_SECRET_KEY
- secretKey: SRC_ENDPOINT
remoteRef:
key: /garage/config/local
property: ENDPOINT
key: /garage/config
property: ENDPOINT_LOCAL
- secretKey: DEST_ENDPOINT
remoteRef:
key: /garage/config/remote
property: ENDPOINT
key: /garage/config
property: ENDPOINT_REMOTE
---
apiVersion: external-secrets.io/v1
@@ -235,11 +235,11 @@ spec:
property: ACCESS_SECRET_KEY
- secretKey: ENDPOINT_LOCAL
remoteRef:
key: /garage/home-infra/openbao-backups
key: /garage/config
property: ENDPOINT_LOCAL
- secretKey: ENDPOINT_REMOTE
remoteRef:
key: /garage/home-infra/openbao-backups
key: /garage/config
property: ENDPOINT_REMOTE
---
@@ -268,7 +268,3 @@ spec:
remoteRef:
key: /digital-ocean/home-infra/openbao-backups
property: ACCESS_SECRET_KEY
- secretKey: ENDPOINT
remoteRef:
key: /digital-ocean/home-infra/openbao-backups
property: ENDPOINT

View File

@@ -747,10 +747,7 @@ rclone:
name: external-openbao-backups-secret
key: ACCESS_REGION
- name: RCLONE_CONFIG_DEST_ENDPOINT
valueFrom:
secretKeyRef:
name: external-openbao-backups-secret
key: ENDPOINT
value: https://nyc3.digitaloceanspaces.com
- name: RCLONE_CONFIG_DEST_S3_FORCE_PATH_STYLE
value: true
prune:
@@ -786,9 +783,6 @@ rclone:
name: external-openbao-backups-secret
key: ACCESS_REGION
- name: RCLONE_CONFIG_DEST_ENDPOINT
valueFrom:
secretKeyRef:
name: external-openbao-backups-secret
key: ENDPOINT
value: https://nyc3.digitaloceanspaces.com
- name: RCLONE_CONFIG_DEST_S3_FORCE_PATH_STYLE
value: true