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
Once you applied the configurations with the command below, it will create the `StaleFeatureBranch` resource, install
88
-
the operator into `stale-feature-branch` namespace, create a [service account](https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/)
81
+
Apply the latest release configurations with the command below, it will create the `StaleFeatureBranch` resource,
82
+
install the operator into `stale-feature-branch-operator` namespace, create a [service account](https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/)
89
83
and necessary [RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rbac) roles.
If you need any previous release, full list of versions is available [here](https://github.com/dmytrostriletskyi/stale-feature-branch-operator/releases).
91
+
96
92
## Usage
97
93
98
94
To delete stale feature branches, after applying installation instructions above, create a configuration file with
@@ -156,17 +152,18 @@ Switched to context "minikube".
156
152
157
153
Applied configurations in the same way you apply it to a production cluster. But as it's production configurations, they
158
154
will expect old namespaces present in your cluster. Our cluster is fresh, and no old resources are present there.
159
-
As you do not have them, the operator allows you to specify the debug setting. If the debug setting is enabled, all
155
+
As you do not have them, the operator allows you to specify the debug parameter. If the debug is enabled, all
160
156
namespaces will be deleted without checking for an oldness:
161
157
162
158
Copy the production configurations to your personal computer:
If you need any previous release, full list of versions is available [here](https://github.com/dmytrostriletskyi/stale-feature-branch-operator/releases).
166
+
170
167
Enable debug by changing the setting. For `Linux` it's:
171
168
172
169
```bash
@@ -218,8 +215,8 @@ as well (deployment, service, secrets, etc.).:
0 commit comments