-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
argocd registration revisions for stormforge
- Loading branch information
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
stormforge-agent/components/stormforge-agent/oci-registry-stormforge-argocd-secret.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / yaml-check
|
||
metadata: | ||
name: stormforge-agent | ||
namespace: argocd | ||
annotations: | ||
argocd.argoproj.io/sync-wave: '1' | ||
type: Opaque | ||
data: | ||
enableOCI: dHJ1ZQ== | ||
name: c3Rvcm1mb3JnZS1hZ2VudA== | ||
type: aGVsbQ== | ||
url: b2NpOi8vcmVnaXN0cnkuc3Rvcm1mb3JnZS5pby9saWJyYXJ5L3N0b3JtZm9yZ2UtYWdlbnQ= |