Skip to content

Commit 8a52bd9

Browse files
committed
add parameters, improve descrition
1 parent 0057f8e commit 8a52bd9

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

demos/demos-v2.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ demos:
3232
cpu: 2401m
3333
memory: 9010Mi
3434
pvc: 24Gi
35+
parameters:
36+
- name: customGitUrl
37+
description: The URL to the Git repository (this can be adapted in case of forking the repository) to demonstrate syncing via Argo and Git.
38+
default: https://github.com/stackabletech/demos/
39+
- name: customGitBranch
40+
description: The Branch in the Git repository (this can be adapted in case of forking the repository) to demonstrate syncing via Argo and Git.
41+
default: spike/argocd-demo
3542
airflow-scheduled-job:
3643
description: Activate a simple Airflow DAG to run continuously at a set interval
3744
stackableStack: airflow

stacks/stacks-v2.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
stacks:
33
argocd:
44
description: Deploying Stackable Operators with ArgoCD
5-
stackableRelease: dev
6-
stackableOperators: ["argo-deploys-operators"]
5+
stackableRelease: dev # This does not matter -> managed by ArgoCD
6+
stackableOperators: ["argo-deploys-operators"] # This does not matter -> managed by ArgoCD
77
labels:
88
- argocd
99
- sealed secrets
10+
- stackable operators
1011
- git ops
1112
manifests:
1213
################################
@@ -33,10 +34,14 @@ stacks:
3334
pvc: 20Gi
3435
parameters:
3536
- name: stackableReleaseVersion
36-
description: Stackable release to be installed via Argo
37+
description: The Stackable release to be installed via Argo. This replaces the `stackableRelease` parameter.
3738
default: 25.3.0
39+
- name: stackableRepositoryUrl
40+
description: The Stackable repository URL. This is usually required to test dev versions.
41+
#default: https://repo.stackable.tech/repository/helm-dev/
42+
default: https://repo.stackable.tech/repository/helm-stable/
3843
- name: argocdAdminPassword
39-
description: Password of the ArgoCD admin user
44+
description: Password of the ArgoCD admin user.
4045
# generated via: `htpasswd -nbBC 10 "" adminadmin | tr -d ':\n'`
4146
default: $2y$10$HhJC3pGHTlk8RyBoS39N/.wC72mdWxV2X8QS1wROUwCFxl.2tGfky
4247
monitoring:

0 commit comments

Comments
 (0)