6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/sh
|
|
|
|
env > /tmp/$ARGOCD_APP_NAME.env
|
|
|
|
# cat /tmp/$ARGOCD_APP_NAME-manifest.yaml
|