Skip to content

Commit

Permalink
[patch]updates for custom labels
Browse files Browse the repository at this point in the history
  • Loading branch information
racree committed May 13, 2024
1 parent e9dde18 commit 6c40d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image/cli/mascli/functions/gitops_cluster
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function gitops_cluster_noninteractive() {
--custom-labels)
export CUSTOM_LABELS=$1 && shift
;;

# AWS Secrets Manager Configuration
--sm-aws-secret-region)
export SM_AWS_REGION=$1
Expand Down
3 changes: 2 additions & 1 deletion image/cli/mascli/functions/gitops_suite
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Basic Configuration:
-a, --account-id ${COLOR_YELLOW}ACCOUNT_ID${TEXT_RESET} Account name that the cluster belongs to
-c, --cluster-id ${COLOR_YELLOW}CLUSTER_ID${TEXT_RESET} Cluster ID
-m, --mas-instance-id ${COLOR_YELLOW}MAS_INSTANCE_ID${TEXT_RESET} IBM Suite Maximo Application Suite Instance ID
--custom-labels ${COLOR_YELLOW}CUSTOM_LABELS${TEXT_RESET} Custom Labels definition in dict format
--custom-labels ${COLOR_YELLOW}CUSTOM_LABELS${TEXT_RESET} Custom Labels definition in dict format
AWS Secrets Manager Configuration (Required):
--sm-aws-secret-region ${COLOR_YELLOW}SM_AWS_REGION${TEXT_RESET} Region of the AWS Secrets Manager to use
Expand Down Expand Up @@ -116,6 +116,7 @@ function gitops_suite_noninteractive() {
--custom-labels)
export CUSTOM_LABELS=$1 && shift
;;

# AWS Secrets Manager Configuration
--sm-aws-secret-region)
export SM_AWS_REGION=$1
Expand Down

0 comments on commit 6c40d7b

Please sign in to comment.