Skip to content

Commit

Permalink
use the private key in wego-enterprise.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
taghreed86 committed Oct 10, 2023
1 parent 56e13fd commit 945e7b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion utils/scripts/wego-enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,14 @@ function setup {
# --from-literal=username=wego-admin \
# --from-literal=password=${CLUSTER_ADMIN_PASSWORD_HASH}

# Create admin cluster user secret
kubectl create secret generic sops-gpg \
--namespace flux-system \
--from-file=sops.asc=${WEAVE_GITOPS_DEV_SOPS_KEY}

kubectl apply -f ${args[1]}/resources/cluster-user-auth.yaml

kubectl apply -f ${args[1]}/resources/entitlement-secret.yaml
# kubectl apply -f ${args[1]}/resources/entitlement-secret.yaml

# Choosing weave-gitops-enterprise chart version to install
if [ -z ${ENTERPRISE_CHART_VERSION} ]; then
Expand Down

0 comments on commit 945e7b5

Please sign in to comment.