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 [example](example) folder shows one example of how to customize the operator.
@@ -100,15 +102,14 @@ If no credentials are provided, the operator will create the `Role` and `Cluster
100
102
101
103
### Docker Pull Secrets
102
104
103
-
By default, the operator will not create any secrets in the provisioned namespace.
105
+
By default, the operator will not create any secrets in the provisioned namespace.
104
106
105
107
**If the `PULL_SECRET_NAME` environment variable is set, the operator will copy your clusters pull secret to the provisioned namespace and patch the default service account.**
106
108
107
109
`PULL_SECRET_NAME`should be the name of the pull secret that exists in your cluster. By default, the operator will look for your secret in the `default` namespace.
108
110
109
111
To have the operator look in a different namespace for the pull secret, use the `PULL_SECRET_NAMESPACE` environment variable.
110
112
111
-
112
113
## Creating a Sandbox
113
114
114
115
To create a Sandbox, apply a Sandbox CRD to the target cluster.
@@ -145,7 +146,6 @@ Assuming the name of the created Sandbox is named `foo`, the following resources
145
146
|---|---|---|---|
146
147
|*|operators.plex.dev|sandboxes|sandbox-foo|
147
148
148
-
149
149
This is created so that only users defined in the `owners` field can delete their Sandboxes.
0 commit comments