You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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:
The text was updated successfully, but these errors were encountered: