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:
2025-12-29 01:57:27 +02:00
parent 5136e5cfaf
commit 925a08cd68
3 changed files with 24 additions and 3 deletions

View File

@@ -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'