Skip to content

Commit

Permalink
naming consistency with stormforge-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Jun 5, 2024
1 parent a2c8630 commit a46f74d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,20 @@ apps:
displayName: Stormforge Agent
website: "https://stormforge.io"
secretKeys:
- name: STORMFORGE_CLIENT_ID
label: STORMFORGE_CLIENT_ID
env: STORMFORGE_CLIENT_ID
- name: STORMFORGE_CLIENT_SECRET
label: STORMFORGE_CLIENT_SECRET
env: STORMFORGE_CLIENT_SECRET
- name: STORMFORGE_SERVER
label: STORMFORGE_SERVER
label: StormForge Address
env: STORMFORGE_SERVER
- name: STORMFORGE_ISSUER
label: STORMFORGE_ISSUER (same value as stormforge server)
label: Authorization Issuer
env: STORMFORGE_ISSUER
- name: STORMFORGE_CLIENT_ID
label: Authorization ClientID
env: STORMFORGE_CLIENT_ID
- name: STORMFORGE_CLIENT_SECRET
label: Authorization ClientSecret)
env: STORMFORGE_CLIENT_SECRET
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/stormforge.png"
description: "Stormforge provides automated Kubernetes resource management for platform engineering teams to continuously rightsize workloads with HPA compatibility."
description: "StormForge provides automated Kubernetes resource management for platform engineering teams to continuously rightsize workloads with HPA compatibility."
category: Architecture

- name: testkube
Expand Down
6 changes: 3 additions & 3 deletions stormforge/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: <CLUSTER_NAME>-stormforge-components
name: <CLUSTER_NAME>-stormforge-agent-components
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '100'
Expand All @@ -12,11 +12,11 @@ spec:
project: default
source:
repoURL: <GITOPS_REPO_URL>
path: <REGISTRY_PATH>/components/stormforge
path: <REGISTRY_PATH>/components/stormforge-agent
targetRevision: HEAD
destination:
name: in-cluster
namespace: stormforge
namespace: stormforge-system
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion stormforge/components/stormforge/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: <CLUSTER_NAME>-stormforge
name: <CLUSTER_NAME>-stormforge-agent
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
Expand Down

0 comments on commit a46f74d

Please sign in to comment.