kustomization for secret-claim-operator
Operator was failing due to missing pull secret. Kustomize seems like the fastest way to patch, upstream is dead anyway.
This commit is contained in:
@@ -7,8 +7,8 @@ metadata:
|
||||
spec:
|
||||
project: k-space.ee
|
||||
source:
|
||||
repoURL: https://github.com/codemowers/operatorlib
|
||||
path: samples/secret-claim-operator
|
||||
repoURL: 'git@git.k-space.ee:k-space/kube.git'
|
||||
path: secret-claim-operator
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
|
||||
Reference in New Issue
Block a user