Artyom
Artyom
dotenv file **.env**: ```VAR=test``` Taskfile.yml: ``` version: "3" silent: true tasks: test: dotenv: [".env"] cmds: - echo $VAR ``` Result: `nothing` With global dotenv works good Task version: master Operating...
Helm values: ``` global: veleroNamespace: velero uiIngress: enabled: true ingressClassName: nginx metadata: annotations: [] spec: tls: - hosts: - velero-ui.domain.com secretName: velero-ui-tls ``` Result: Unable to login, login button not...
### Description I have a set of included tasks: ``` includes: custom: taskfile: ./t.custom.yml flatten: true optional: true ``` I would like to be able to specify that this task...
**Describe the bug** All necessary resources are created, but OpenCost still requires a key. **To Reproduce** Create all necessary resources (gsa, workload identity, policy: ``` apiVersion: iam.cnrm.cloud.google.com/v1beta1 kind: IAMServiceAccount metadata:...