Skip to content

Commit

Permalink
new naming
Browse files Browse the repository at this point in the history
  • Loading branch information
alewitt2 committed Oct 10, 2019
1 parent c2fe3f0 commit c8aad65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
resources, it deletes the deployments first (like remoteresource-controller). Then it tries to delete `my-rr`; it
gets stuck in terminating because the `remoteresource-controller` no longer exists to remove the finalizer from
`my-rr`. Which in effect means the razee namespace gets stuck in terminating.
1. Kapitan-delta stopped updating my razee components.
- `kubectl apply -f https://github.com/razee-io/Kapitan-delta/releases/latest/download/resource.yaml`
- update kapitan delta to latest version
1. Razeedeploy-delta stopped updating my razee components.
- `kubectl apply -f https://github.com/razee-io/Razeedeploy-delta/releases/latest/download/resource.yaml`
- update Razeedeploy-delta to latest version
2 changes: 1 addition & 1 deletion kubernetes/Razee/razeedash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
razee.io/commit-sha: "{{TRAVIS_COMMIT}}"
items:
# Razeedash resources
- apiVersion: "kapitan.razee.io/v1alpha1"
- apiVersion: "deploy.razee.io/v1alpha1"
kind: RemoteResource
metadata:
name: razeedash
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/Razee/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ items:
mongo_url: bW9uZ29kYjovL21vbmdvOjI3MDE3L3JhemVlZGFzaA==

# Razeedash resources
- apiVersion: "kapitan.razee.io/v1alpha1"
- apiVersion: "deploy.razee.io/v1alpha1"
kind: RemoteResource
metadata:
name: razeedash
Expand Down

0 comments on commit c8aad65

Please sign in to comment.