Emanuele Leopardi
Emanuele Leopardi
Little update: if I run skaffold dev with option `--default-repo=docker.io` then the image changes slightly as follow ``` image: docker.io/postman_newman ``` which still doesn't solve the issue
I've got a workaround if you want , you could specify the function ``` def deploy_yaml(service,namespace=default): k8s_custom_deploy( service, apply_cmd=str('kubectl apply -f {service}.yaml -n {namespace} -o yaml'.format(service=service,namespace=namespace)), delete_cmd=str('kubectl delete -f {service}.yaml...
https://github.com/ansible-collections/amazon.aws/blob/5f5a9e0f05913673873c055ef431e0ebdef7a17b/plugins/modules/ec2_ami.py#L531
@toabi may I suggest you to convert to json, terraform accept that as input as well
Yep I confirm it works that way! Thanks
I thought this was already part of GA 2.0.0 😅. Unfortunately we've dropped the use of Skaffold, so I don't have the code anymore. I'll see if I can recover...
@renzodavid9 no sorry I didn't find the example anymore. Sorry, if you wish we can close this issue.
thanks @stefanprodan , it worked like a charm, with ```yaml apiVersion: image.toolkit.fluxcd.io/v1beta2 kind: ImagePolicy metadata: name: httpbin namespace: httpbin labels: app.kubernetes.io/instance: httpbin app.kubernetes.io/name: httpbin spec: imageRepositoryRef: name: httpbin filterTags: pattern:...
> Did anyone get the solution? pacman -S libcurl-devel did the trick for me