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
Next, create a file named `awx-demo.yml` in the same folder with the suggested content below. The `metadata.name` you provide will be the name of the resulting AWX deployment.
101
+
Next, create a new folder, for example `awx-demo`. Create a file named `awx-demo.yml`with the content below. The `metadata.name` you provide will be the name of the resulting AWX deployment.
101
102
102
103
!!! note
103
104
If you deploy more than one AWX instance to the same namespace, be sure to use unique names.
@@ -128,20 +129,22 @@ spec:
128
129
ingress_type: Route
129
130
```
130
131
131
-
Make sure to add this new file to the list of `resources` in your `kustomization.yaml` file:
132
+
Create new a file `kustomization.yaml` within the `awx-demo` directory and add `awx-demo.yml` to the list of `resources`.
0 commit comments