Skip to content
Snippets Groups Projects
Verified Commit a9560513 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(longhorn): Make identification of resources unique

This patch adds the namespace to the kustomize specification to make the
identification unique enough so it no longer has to complain.

Suggestion was taken from a GitHub Issue:

https://github.com/kubernetes-sigs/kustomize/issues/2806
parent 2d79e292
Branches
Tags 19.89.7
No related merge requests found
...@@ -27,6 +27,7 @@ spec: ...@@ -27,6 +27,7 @@ spec:
apiVersion: apps/v1 apiVersion: apps/v1
metadata: metadata:
name: longhorn-driver-deployer name: longhorn-driver-deployer
namespace: longhorn-system
spec: spec:
template: template:
spec: spec:
...@@ -43,6 +44,7 @@ spec: ...@@ -43,6 +44,7 @@ spec:
apiVersion: apps/v1 apiVersion: apps/v1
metadata: metadata:
name: longhorn-manager name: longhorn-manager
namespace: longhorn-system
spec: spec:
template: template:
spec: spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment