Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add example infra tag for azure billing purposes #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/aro-machinesets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: aro-machinesets
description: A Helm chart to configure machinesets for ARO
type: application

version: 0.6.0
version: 0.6.1
maintainers:
- name: paulczar
home: https://github.com/rh-mobb/helm-charts
5 changes: 2 additions & 3 deletions charts/aro-machinesets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ machineSetSpec:
resourceGroup: aro-cddajpe1
subnet: aro-cluster-machine-subnet
vnet: aro-cluster-vnet
## uncomment to add tags on the vms
## uncomment to add tags on the vms for infra nodes
# tags:
# key1: value1
# key2: value2
# node_role: infra
## spotVMOptions - optionally declare spotVMOptions when setting enableSpot to true as described on
## https://docs.openshift.com/container-platform/4.12/machine_management/creating_machinesets/creating-machineset-azure.html#machineset-non-guaranteed-instance_creating-machineset-azure
# spotVMOptions:
Expand Down
Loading