Founder's Option A: argocd/railiance01/bootstrap (3 AppProjects, root with no automated block, tenants whitelist + postgresql.cnpg.io/Cluster), root path argocd/railiance01/applications (README placeholder, renders zero children), pinned child drafts in argocd/railiance01/drafts (issue-core repointed to rapp-issue-core manifests), rapp-issue-core repository template; issue-core template marked obsolete. argocd/bootstrap and argocd/applications untouched (coulombcore). Nothing applied. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 63291@bnt-lap001 Assistant-Session: 8bd77868-ca68-4f49-bb1e-d539ecc0d703
25 lines
839 B
Text
25 lines
839 B
Text
# OBSOLETE (RPF-WP-0044, 2026-09-21): issue-core.git is public and no longer
|
|
# the deploy source (runtime moved to rapp-issue-core, issue-core 51440da).
|
|
# Use rapp-issue-core.repository.sops.yaml.template. Do not instantiate.
|
|
#
|
|
# Copy to issue-core.repository.sops.yaml, fill from the approved
|
|
# operator/OpenBao path, then encrypt with:
|
|
# sops -e -i argocd/repositories/issue-core.repository.sops.yaml
|
|
#
|
|
# Do not commit plaintext credentials.
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: issue-core-repository
|
|
namespace: argocd
|
|
labels:
|
|
argocd.argoproj.io/secret-type: repository
|
|
app.kubernetes.io/part-of: railiance-gitops
|
|
railiance-platform/component: gitops
|
|
stringData:
|
|
type: git
|
|
project: railiance-tenants
|
|
url: https://forgejo.coulomb.social/coulomb/issue-core.git
|
|
username: CHANGE_ME
|
|
password: CHANGE_ME
|
|
|