Jan-Otto Kröpke
Jan-Otto Kröpke
Hi, I have a git contains multiple releases contains kustomize: ```yaml apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: app-deploy-dev spec: generators: - git: repoURL: [email protected]:org/app-deploy.git revision: HEAD directories: - path: 'app-*'...
Fixes #1 Fixes #18 Credentials for code sign * CSC_LINK: (http url OR base64 encoded p12 file container developer id certificate) * CSC_KEY_PASSWORD: password for p12 file Credentials for notarization:...
Hi, it's just a FYI. I would appreciate it if this module can be used in terraform 0.13 directly without manually download it. I don't know the requirement for third-party...
Fixes #301
Creating the pull request for reviews. See #75
Gameworkflow and Gameconcept is hard to understand for newbies For example, newbies do not know about Ship slots, debris, e.g.
On Centos there is no `ipsec` command. Instead you have to use `strongswan` like `strongswan statusall`
On centos system `libreswan` is used as default instead `strongswan`. While the configuration syntax of the ipsec.conf is still the same the output is different. There is no `ipsec statusall`...
##### Checklist - [ ] `make test-all` (UNIX) passes. CI will also test this - [ ] unit and/or integration tests are included (if applicable) - [ ] documentation is...