feat: remove commented files
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 32s
lint-test-helm / validate-kubeconform (pull_request) Successful in 2m51s
render-manifests / render-manifests (pull_request) Successful in 1m0s

This commit is contained in:
2026-04-26 12:02:14 -05:00
parent 098513db8a
commit f144996cfe
2 changed files with 0 additions and 113 deletions

View File

@@ -1,38 +1,3 @@
# apiVersion: external-secrets.io/v1
# kind: ExternalSecret
# metadata:
# name: garage-directus-secret
# namespace: {{ .Release.Namespace }}
# labels:
# app.kubernetes.io/name: garage-directus-secret
# {{- include "custom.labels" . | nindent 4 }}
# spec:
# secretStoreRef:
# kind: ClusterSecretStore
# name: openbao
# data:
# - secretKey: ACCESS_KEY_ID
# remoteRef:
# key: /garage/home-infra/directus-assets
# property: ACCESS_KEY_ID
# - secretKey: ACCESS_REGION
# remoteRef:
# key: /garage/home-infra/directus-assets
# property: ACCESS_REGION
# - secretKey: ACCESS_SECRET_KEY
# remoteRef:
# key: /garage/home-infra/directus-assets
# property: ACCESS_SECRET_KEY
# - secretKey: SRC_ENDPOINT
# remoteRef:
# key: /garage/config
# property: ENDPOINT_LOCAL
# - secretKey: DEST_ENDPOINT
# remoteRef:
# key: /garage/config
# property: ENDPOINT_REMOTE
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata: