Giter Site home page Giter Site logo

Comments (6)

smilelikeshit avatar smilelikeshit commented on August 16, 2024 1

issue on argocd version v2.2.1 @travisghansen . im try to lower argocd version v2.1.5 running well based on documentation.

root issue coz the file helmfile and argo-cd-helmfile.sh was mounting as directory not file.

from argo-cd-helmfile.

travisghansen avatar travisghansen commented on August 16, 2024

Can you exec into the container check the file permissions on the script?

from argo-cd-helmfile.

smilelikeshit avatar smilelikeshit commented on August 16, 2024

yes owner file has root. have executable but user argocd cant execute. im using argocd:v2.2.1 @travisghansen

from argo-cd-helmfile.

travisghansen avatar travisghansen commented on August 16, 2024

Can you send over the ls output?

from argo-cd-helmfile.

smilelikeshit avatar smilelikeshit commented on August 16, 2024
drwxrwxr-x 1 argocd root 4096 Dec 24 15:04 .
drwxr-xr-x 1 root   root 4096 Dec 17 01:25 ..
drwxrwxrwx 2 root   root 4096 Dec 24 15:04 argo-cd-helmfile.sh
drwxr-xr-x 3 root   root 4096 Dec 24 15:04 cmp-server
drwxrwxrwx 2 root   root 4096 Dec 24 15:04 helmfile
initContainers:
      - name: download-tools
        image: alpine:3.8
        command: [sh, -c]
        args:
          - >-
            wget -O argo-cd-helmfile.sh https://raw.githubusercontent.com/travisghansen/argo-cd-helmfile/master/src/argo-cd-helmfile.sh &&
            chmod +x argo-cd-helmfile.sh &&
            wget -O helmfile https://github.com/roboll/helmfile/releases/download/v0.138.7/helmfile_linux_amd64 &&
            chmod +x helmfile && 
            mv argo-cd-helmfile.sh /custom-tools/ &&
            mv helmfile /custom-tools/ &&
            chown 999:999 /custom-tools/argo-cd-helmfile.sh &&
            chown 999:999 /custom-tools/helmfile

im try to move $HOME directory for executable but the same error permission denied @travisghansen

from argo-cd-helmfile.

travisghansen avatar travisghansen commented on August 16, 2024

Enjoy!

from argo-cd-helmfile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.