Skip to content

Commit

Permalink
example version update
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed May 26, 2022
1 parent 4c32564 commit a5ce973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cdev-metadata/generator/example-monitoring/data/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: my-k3s-cluster
template: https://github.com/shalb/cdev-aws-k3s?ref=v0.1.0
template: https://github.com/shalb/cdev-aws-k3s?ref=v0.2.0
kind: Stack
backend: aws-backend
variables:
Expand Down Expand Up @@ -27,5 +27,5 @@ variables:
- name: "node_pool"
min_size: 2
max_size: 3
instance_type: /{ .instance_type }/
instance_type: "/{ .instance_type }/"
argocdServerAdminPassword: "$2a$10$1buVsK9yv0Al1oJlLmABeeRxYsArdlT2QPdNRqaZwiuYztj9JUDmu" # This bcrypted "password" is for testing only. Make sure to change it! To bcrypt your own password, use this online tool: https://www.browserling.com/tools/bcrypt
2 changes: 1 addition & 1 deletion .cdev-metadata/generator/minimal/data/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: my-k3s-cluster
template: https://github.com/shalb/cdev-aws-k3s?ref=v0.1.0
template: https://github.com/shalb/cdev-aws-k3s?ref=v0.2.0
kind: Stack
backend: aws-backend
variables:
Expand Down

0 comments on commit a5ce973

Please sign in to comment.