Skip to content

Commit

Permalink
argo-cd-apps: Use github as primary source
Browse files Browse the repository at this point in the history
  • Loading branch information
madic-creates committed Oct 25, 2024
1 parent 8ab75c6 commit 8133714
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions apps/argo-cd-apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ resources:
# The value is stored in an encrypted kubernetes secret and kustomize
# Uses the value after decrypting it
replacements:
- source:
kind: Secret
version: v1
name: argocd-repo-url-private
namespace: argocd
fieldPath: stringData.url
targets:
- select:
kind: Application
fieldPaths:
- spec.source.repoURL
# - source:
# kind: Secret
# version: v1
# name: argocd-repo-url-private
# namespace: argocd
# fieldPath: stringData.url
# targets:
# - select:
# kind: Application
# fieldPaths:
# - spec.source.repoURL
- source:
kind: Secret
version: v1
Expand All @@ -64,7 +64,6 @@ replacements:
targets:
- select:
kind: Application
name: 99-debug-container
fieldPaths:
- spec.source.repoURL

Expand Down

0 comments on commit 8133714

Please sign in to comment.