Deploy the full ESO stack on ringtail, matching the indri pattern: - 4 ArgoCD apps (1password-connect, external-secrets-crds, external-secrets, external-secrets-config) targeting ringtail k3s cluster - ExternalSecret for forgejo-runner-amd64 token (replaces Ansible-managed secret) - Ansible playbook bootstraps 1Password Connect credentials instead of directly managing runner tokens Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
682 B
YAML
24 lines
682 B
YAML
# External Secrets Operator CRDs for ringtail k3s cluster
|
|
# Same CRDs source as indri, different destination
|
|
#
|
|
# Must be synced BEFORE external-secrets-ringtail operator app.
|
|
#
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: external-secrets-crds-ringtail
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/external-secrets.git
|
|
targetRevision: helm-chart-2.0.0
|
|
path: config/crds/bases
|
|
directory:
|
|
exclude: 'kustomization.yaml'
|
|
destination:
|
|
server: https://ringtail.tail8d86e.ts.net:6443
|
|
syncPolicy:
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
- CreateNamespace=false
|