Skip to content

Commit

Permalink
Fix unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanfriedman committed Feb 14, 2024
1 parent 46a0ce9 commit 5468fc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Makefile.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
DIR_LAB = lab
NAME = tanzu-gunter
IMAGE_SOURCE = https://github.com/vmware-tanzu-learning/guides-gunter-tanzu-academy
NAME = tanzu-holly
IMAGE_SOURCE = https://github.com/vmware-tanzu-learning/guides-holly-kube-academy
CONTAINER_REGISTRY = ghcr.io/vmware-tanzu-learning
CONTAINER_REPOSITORY = tanzu-gunter
CONTAINER_REPOSITORY = tanzu-holly
version = latest

env = local
ARTIFACT_NAME = tanzu-gunter-${version}
ARTIFACT_NAME = tanzu-holly-${version}
10 changes: 5 additions & 5 deletions workshop-resources/apply/training-portal.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: training.educates.dev/v1beta1
kind: TrainingPortal
metadata:
name: tanzu-gunter
name: tanzu-holly
spec:
portal:
title: Tanzu Academy / Guides
title: KubeAcademy / Guides
sessions:
maximum: 30
registered: 1 # this prevents a person from running more than one active lab/guide from this at a time
Expand All @@ -13,8 +13,8 @@ spec:
theme:
frame:
ancestors:
- https://tanzu.academy
- https://*.tanzu.academy
- https://kube.academy
- https://*.kube.academy
- https://*.fixeldev.com
- https://*.kubeacademy.fixeldev.com
- http://localhost:8080
Expand All @@ -26,7 +26,7 @@ spec:
amplitude:
trackingId: "${ANALYTICS_AMPLITUDE_ID}"
workshops:
- name: tanzu-gunter-tanzu-tools-configuration
- name: tanzu-holly-tanzu-tools-configuration
expires: 30m # set the default time allocated for the user's session
orphaned: 10m # if there is no activity after certain amount of time, delete the session
deadline: 60m # the maximum amount of time the learner could extend the session to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: training.educates.dev/v1beta1
kind: Workshop
metadata:
name: tanzu-gunter-tanzu-tools-configuration
name: tanzu-holly-tanzu-tools-configuration
spec:
title: Guide to Install Tanzu Tools for Tanzu Application Platform
description: Guide to Install Tanzu Tools for Tanzu Application Platform
Expand Down Expand Up @@ -80,4 +80,4 @@ spec:
spec:
containers:
- name: files
image: ghcr.io/vmware-tanzu-learning/tanzu-gunter:${VERSION}
image: ghcr.io/vmware-tanzu-learning/tanzu-holly:${VERSION}

0 comments on commit 5468fc5

Please sign in to comment.