We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282d72d commit 1122723Copy full SHA for 1122723
docs/tutorials/deploy_example.rst
@@ -26,7 +26,7 @@ the K8S_HELM_REGISTRY reference with your account details::
26
export K8S_HELM_REGISTRY=ghcr.io/<your account or organization goes here>
27
28
# get the helper functions
29
- wget -q https://raw.githubusercontent.com/epics-containers/k8s-epics-utils/main/epics-dev-image/home/bin/kube-functions.sh
+ wget -q https://raw.githubusercontent.com/epics-containers/k8s-epics-utils/main/kube-functions.sh
30
source kube-functions.sh
31
32
Deploy an IOC Version
0 commit comments