-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
The deployment name: budget-app breaks the lab:
Section 5: Guided Exercise: Managing Multicluster Application Resources with RHACM
since there is no image specified for the container image:
kind: Deployment
apiVersion: apps/v1
.
.
.
namespace: mysql
labels:
app: budget-app
app.kubernetes.io/part-of: mysql
apps.open-cluster-management.io/reconcile-rate: medium
name: budget-app
.
.
.
spec:
containers:
- name: budget-app
image: IMAGE_NAME
Fixing the code to replace IMAGE_NAME
with the specified image is not part of the lab exercise. It is deployed from the main branch, and code modifications are outside this particular exercise's scope.
Other labs affected by this:
- Guided Exercise: Customizing Resources with Kustomize for RHACM
Metadata
Metadata
Assignees
Labels
No labels