Skip to content

Commit

Permalink
argocd registration revisions for stormforge
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Jun 6, 2024
1 parent 14f6135 commit aed8563
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 5 additions & 3 deletions stormforge-agent/components/stormforge-agent/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,24 @@ metadata:
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: '3'
spec:
destination:
namespace: stormforge-system
name: <CLUSTER_DESTINATION>
project: <PROJECT>
source:
chart: stormforge
repoURL: oci://registry.stormforge.io/library/stormforge-agent
chart: stormforge-agent
repoURL: registry.stormforge.io/library
targetRevision: 2.10.8
helm:
releaseName: stormforge
values: |
clusterName: <CLUSTER_NAME>
stormforge:
address: https://api.stormforge.io/
manageAuthSecret: false
manageAuthSecret: false
syncPolicy:
automated:
prune: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: ExternalSecret
metadata:
name: stormforge-agent-secret
namespace: stormforge-system
annotations:
argocd.argoproj.io/sync-wave: '2'
spec:
target:
name: stormforge-agent-auth
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Secret #secrets don't typically belong in gitops. there are no sensitive values here.

Check warning on line 3 in stormforge-agent/components/stormforge-agent/oci-registry-stormforge-argocd-secret.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

3:14 [comments] too few spaces before comment

Check warning on line 3 in stormforge-agent/components/stormforge-agent/oci-registry-stormforge-argocd-secret.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

3:15 [comments] missing starting space in comment
metadata:
name: stormforge-agent
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '1'
type: Opaque
data:
enableOCI: dHJ1ZQ==
name: c3Rvcm1mb3JnZS1hZ2VudA==
type: aGVsbQ==
url: b2NpOi8vcmVnaXN0cnkuc3Rvcm1mb3JnZS5pby9saWJyYXJ5L3N0b3JtZm9yZ2UtYWdlbnQ=

0 comments on commit aed8563

Please sign in to comment.