Skip to content

support deploy with dsn#8

Open
bxy4543 wants to merge 1 commit into
sealos-apps:mainfrom
bxy4543:main
Open

support deploy with dsn#8
bxy4543 wants to merge 1 commit into
sealos-apps:mainfrom
bxy4543:main

Conversation

@bxy4543
Copy link
Copy Markdown

@bxy4543 bxy4543 commented Apr 13, 2026

No description provided.

Comment thread deploy/kite-entrypoint.sh
CHART_PATH="${CHART_PATH:-./charts/kite}"
HELM_OPTS="${HELM_OPTS:-}"
ENABLE_APP="${ENABLE_APP:-true}"
ENABLE_APP="${ENABLE_APP:-}"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This value default is 'true'

Comment thread deploy/kite-entrypoint.sh
local key=$1
kubectl get configmap sealos-config -n sealos-system -o "jsonpath={.data.${key}}"
SERVICE_NAME="kite"
USER_VALUES_PATH="${USER_VALUES_PATH:-/root/.sealos/cloud/values/core/${SERVICE_NAME}-values.yaml}"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/root/.sealos/cloud/values/apps/kite/kite-values.yaml this config location.

Comment thread deploy/kite-entrypoint.sh
info "Installing chart ${CHART_PATH} into namespace ${RELEASE_NAMESPACE}"
helm upgrade -i "${RELEASE_NAME}" -n "${RELEASE_NAMESPACE}" --create-namespace "${CHART_PATH}" \
-f "./charts/${SERVICE_NAME}/values.yaml" \
-f "${USER_VALUES_PATH}" \
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

order is

-f "./charts/${SERVICE_NAME}/values.yaml" \
 "${helm_opts_arr[@]}" \
 "${auto_config_args[@]}" \
-f "${USER_VALUES_PATH}" \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants