Closed kevchu3 closed 1 year ago
I’ll fix that, I forgot I added that to git ignore. Thanks for calling that out.
On Fri, Jul 14, 2023 at 3:11 PM Kevin Chung @.***> wrote:
I ran into this error:
$ oc apply -k cluster-primer error: accumulating resources: accumulation err='accumulating resources from 'ignored/azure-secret.yaml': evalsymlink failure on '/home/kechung/Git/aro-hello-chris-tekton-chains/cluster-primer/ignored/azure-secret.yaml' : lstat /home/kechung/Git/aro-hello-chris-tekton-chains/cluster-primer/ignored: no such file or directory': must build at directory: not a valid directory: evalsymlink failure on '/home/kechung/Git/aro-hello-chris-tekton-chains/cluster-primer/ignored/azure-secret.yaml' : lstat /home/kechung/Git/aro-hello-chris-tekton-chains/cluster-primer/ignored: no such file or directory
Looks like this file doesn't exist in kustomization.yaml so I removed the reference to it:
- ignored/azure-secret.yaml
You can view, comment on, or merge this pull request online at:
https://github.com/cnuland/aro-hello-chris-tekton-chains/pull/1 Commit Summary
- 334947f https://github.com/cnuland/aro-hello-chris-tekton-chains/pull/1/commits/334947f8ea388984b161e7d4fedda11259637cc5 Removed reference to nonexistant file
File Changes
(1 file https://github.com/cnuland/aro-hello-chris-tekton-chains/pull/1/files)
- M cluster-primer/kustomization.yaml https://github.com/cnuland/aro-hello-chris-tekton-chains/pull/1/files#diff-9c390882cd8826324376f6d17cee8427ce343e6e60bf5e3d1e822adb363d93a2 (1)
Patch Links:
- https://github.com/cnuland/aro-hello-chris-tekton-chains/pull/1.patch
- https://github.com/cnuland/aro-hello-chris-tekton-chains/pull/1.diff
— Reply to this email directly, view it on GitHub https://github.com/cnuland/aro-hello-chris-tekton-chains/pull/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASFDY6FNR73JV2CLOBOGALXQGKVLANCNFSM6AAAAAA2KWIXKY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I ran into this error:
Looks like this file doesn't exist in
kustomization.yaml
so I removed the reference to it: