Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BFH config adjustments #627

Merged
merged 7 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions config/bfh/config.toml

This file was deleted.

43 changes: 43 additions & 0 deletions config/bfh/hugo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
title: BFH OpenShift Basics Training
languageCode: en-us
Languages:
en:
menu:
main:
- copyright: Tim&Koko AG
url: https://www.tim-koko.ch
title: BFH OpenShift Basics Training
module:
hugoVersion:
extended: true
min: 0.100.0
imports:
- path: github.com/tim-koko/docsy-timkoko
disable: false
- path: github.com/acend/docsy-plus
disable: false
- path: github.com/google/docsy
disable: false
- path: github.com/google/docsy/dependencies
disable: false
params:
copyright: "Tim&Koko AG"
enabledModule: >-
base openshift bfh nodaemonsets nodeploymentstrategies nohelm
nokubernetesandopenshiftdifferences nokustomize
noresourcequotasandlimitranges nosecurity nosidecarcontainers nostatefulsets
distroName: OpenShift
cliToolName: oc
containerImages:
training-image-url: 'quay.io/acend/example-web-python:bfh'
github_repo: ""
github_branch: ""
imagePrefix: "timkoko_"
links:
user:
- name: Twitter
icon: fab fa-twitter
url: https://twitter.com/tim_und_koko
- name: LinkedIn
icon: fab fa-linkedin-in
url: https://linkedin.com/company/tim-koko/
2 changes: 1 addition & 1 deletion content/en/docs/first-steps/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this lab, we will interact with the {{% param distroName %}} cluster for the

{{% onlyWhenNot nosetup %}}
{{% alert title="Warning" color="warning" %}}
Please make sure you completed {{<link "setup">}} before you continue with this lab. If you do this training in our acend web based environment, no setup is required.
Please make sure you completed {{<link "setup">}} before you continue with this lab.
{{% /alert %}}
{{% /onlyWhenNot %}}
{{% onlyWhenNot openshift %}}
Expand Down
4 changes: 4 additions & 0 deletions content/en/materials/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ menu:

{{< blocks/section color="light">}}

{{% onlyWhenNot bfh %}}

{{% onlyWhenNot openshift %}}
{{% onlyWhenNot mobi %}}
{{% blocks/feature icon="fa-magic" url="https://acend.ch/documents/acend_kubectl-cheat-sheet_v1.pdf" title="kubectl Cheat Sheet" %}}
Expand Down Expand Up @@ -65,6 +67,8 @@ menu:
{{% /onlyWhen %}}
{{% /onlyWhen %}}

{{% /onlyWhenNot %}}

{{% blocks/feature icon="fa-print" url="../pdf/pdf.pdf" title="Lab PDF" %}}
{{% /blocks/feature %}}

Expand Down
Binary file added content/en/timkoko_background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,12 @@ acendTraining:
tag: ""
tagsuffix: "-bfh"
ingress:
secretOverride: acend-wildcard
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
secretOverride: cert-timkoko
appname: openshift-basics-bfh
domain: training.acend.ch
domain: training.tim-koko.ch
-
name: techlab
replicaCount: 2
Expand Down
Loading