-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededusabilityRelated to CLI usabilityRelated to CLI usability
Description
Today we do restrict location where deployment hooks can be found. User will want to interact with artefacts inside component directory. To do so, hubctl should deliver environment variables
HUB_COMPONENT_DIR- absolute path to component directoryHUB_BASE_DIR- absolute path to hubfile
This will allow user to write something like pre-deployment hook like
cat << EOF > "$HUB_COMPONENT_DIR/values-generated.yaml"
serviceAccount:
create: true
name: "$HUB_COMPONENT"
automountServiceAccountToken: true
annotations:
iam.gke.io/gcp-service-account: "$USER_GSA"
nodeSelector:
iam.gke.io/gke-metadata-server-enabled: "true"
kubernetes.io/os: "linux"
EOFThat will seed some additional configuration for helm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededusabilityRelated to CLI usabilityRelated to CLI usability