Skip to content

Commit

Permalink
fix: sandbox cleanup path
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 3, 2023
1 parent 7a610d0 commit 476bb8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If this is the first time bootstrapping a cluster, `bootstrap.sh` will deploy a

### Sandbox Namespace

The `sandbox` [namespace](components/configs/cluster/namespaces/instance/sandbox/namespace.yaml) is useable by all [authenticated users](components/configs/cluster/namespaces/instance/sandbox/rolebinding-edit.yaml). All objects in the sandbox are [cleaned out weekly](components/configs/cluster/sandbox-cleanup/sandbox-cleanup-cj.yaml).
The `sandbox` [namespace](components/configs/cluster/namespaces/instance/sandbox/namespace.yaml) is useable by all [authenticated users](components/configs/cluster/namespaces/instance/sandbox/rolebinding-edit.yaml). All objects in the sandbox are [cleaned out weekly](components/configs/cluster/namespace-cleanup/overlays/sandbox/sandbox-cleanup-cj.yaml).

## Contributions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
values:
name: config-sandbox-cleanup
namespace: openshift-gitops
path: components/configs/cluster/sandbox-cleanup
path: components/configs/cluster/namespace-cleanup/overlays/sandbox
# - cluster: local
# url: https://kubernetes.default.svc
# values:
Expand Down

0 comments on commit 476bb8c

Please sign in to comment.