fix
This commit is contained in:
parent
1b9a650a19
commit
fb59e92386
3 changed files with 11 additions and 11 deletions
|
@ -29,7 +29,7 @@ InstallCSI () {
|
||||||
helm install rimusz/hostpath-provisioner --generate-name
|
helm install rimusz/hostpath-provisioner --generate-name
|
||||||
}
|
}
|
||||||
InstallRegistry () {
|
InstallRegistry () {
|
||||||
echo ToDo
|
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
||||||
}
|
}
|
||||||
InstallPGSQL () {
|
InstallPGSQL () {
|
||||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||||
|
|
|
@ -9,9 +9,9 @@ metadata:
|
||||||
release: {{ .Release.Name }}
|
release: {{ .Release.Name }}
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
# {{- if .Values.secrets.htpasswd }}
|
{{- if .Values.secrets.htpasswd }}
|
||||||
# htpasswd: {{ .Values.secrets.htpasswd | b64enc }}
|
htpasswd: {{ .Values.secrets.htpasswd | b64enc }}
|
||||||
# {{- end }}
|
{{- end }}
|
||||||
{{- if .Values.secrets.haSharedSecret }}
|
{{- if .Values.secrets.haSharedSecret }}
|
||||||
haSharedSecret: {{ .Values.secrets.haSharedSecret | b64enc | quote }}
|
haSharedSecret: {{ .Values.secrets.haSharedSecret | b64enc | quote }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
|
2
runme.sh
2
runme.sh
|
@ -20,7 +20,7 @@ installvm() {
|
||||||
echo "Preparing K8S VM..." && \
|
echo "Preparing K8S VM..." && \
|
||||||
${qemu} -kernel ${apptmp}/kernel -initrd ${apptmp}/initrd -append "console=ttyS0,115200n8 apt-setup/proposed=true nomodeset fb=false priority=critical locale=en_US url=${seed}" && \
|
${qemu} -kernel ${apptmp}/kernel -initrd ${apptmp}/initrd -append "console=ttyS0,115200n8 apt-setup/proposed=true nomodeset fb=false priority=critical locale=en_US url=${seed}" && \
|
||||||
echo "Housekeeping..." && \
|
echo "Housekeeping..." && \
|
||||||
rm -f ${apptmp}/kernel ${apptmp}/initrd && \
|
rm -f ${apptmp}/kernel ${apptmp}/initrd
|
||||||
}
|
}
|
||||||
runvm() {
|
runvm() {
|
||||||
echo "Look like we already has VM, let's go"
|
echo "Look like we already has VM, let's go"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue