great-businessperson-79530
03/19/2025, 7:22 AMclusterResourceTemplates.inline
in values.yaml for binary helm deployment. I did put there namespace, secret and service account, but while namespace gets created, it looks like the other two are not applied. I tried to run flyte with --v 10
but nothing interesting popped out. Does anyone here has any idea? Thank you all!average-finland-92144
03/19/2025, 3:13 PMgreat-businessperson-79530
03/20/2025, 7:15 AMclusterResourceTemplates:
inline:
aa_namespace.yaml: |
apiVersion: v1
kind: Namespace
metadata:
name: '{{ namespace }}'
zy_docker_pull_secrets.yaml: |
apiVersion: v1
data:
.dockerconfigjson: <SNIP>
kind: Secret
metadata:
namespace: {{ namespace }}
name: regcred
type: <http://kubernetes.io/dockerconfigjson|kubernetes.io/dockerconfigjson>
zz_sa.yaml: |
apiVersion: v1
kind: ServiceAccount
metadata:
name: default
namespace: {{ namespace }}
imagePullSecrets:
- name: regcred
great-businessperson-79530
03/20/2025, 7:25 AMaverage-finland-92144
03/20/2025, 12:11 PMBut for some reason I see no secretSo the SA is annotated with the imagePullSecret but there's really no `regsecret`in any of the
project-domain
namespaces? (like `flytesnacks-development`for example)average-finland-92144
03/20/2025, 12:12 PMgreat-businessperson-79530
03/20/2025, 2:27 PMaverage-finland-92144
03/20/2025, 2:52 PMhelm template
?great-businessperson-79530
03/21/2025, 7:38 AMgreat-businessperson-79530
03/21/2025, 7:39 AMgreat-businessperson-79530
03/21/2025, 7:40 AMhelm template
outputgreat-businessperson-79530
04/10/2025, 10:22 AMaverage-finland-92144
04/10/2025, 3:34 PM