Helm/GitLab External: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 September 2024

11 September 2024

6 September 2024

2 September 2024

30 August 2024

29 August 2024

28 August 2024

27 August 2024

26 August 2024

25 August 2024

24 August 2024

23 August 2024

22 August 2024

  • curprev 23:4923:49, 22 August 2024Shahed talk contribs 15,496 bytes −573 →‎Install
  • curprev 23:3323:33, 22 August 2024Shahed talk contribs 16,069 bytes +16,069 Created page with " helm repo add gitlab https://charts.gitlab.io helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="sql"> kubectl delete namespace gitlab cat << DDL | psql -U ${USER} DROP DATABASE IF EXISTS gi..."