cnuland / aro-hello-chris-tekton-chains

A fork of my tekton chains project that includes ArgoCD Applications around setting up an ARO environment. Including a cluster-primer folder that deploys this example into a fresh ARO cluster.
3 stars 2 forks source link

Removed reference to nonexistant file #1

Closed kevchu3 closed 1 year ago

kevchu3 commented 1 year ago

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
cnuland commented 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

File Changes

(1 file https://github.com/cnuland/aro-hello-chris-tekton-chains/pull/1/files)

Patch Links:

— 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: @.***>