:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
13
stars
2
forks
source link
PFM-615 / Add support to specify to ServiceAccount and SecretProviderClass #153
Closed
DilaraOflaz closed 1 year ago
Purpose of PR
ServiceAccount
andSecretProviderClass
for:This PR assumes that
ServiceAccount
andSecretProviderClass
are already created (if needed), before deploying the project with kubetools.Parts of the app this will impact
kubetools for:
How to tests
Namespace
ServiceAccount
with the permissions (in thenamespace
created in step 1)SecretProviderClass
with the list of secrets that we want to access (in thenamespace
created in step 1)deployments: nginx-deployment: serviceAccountName:
secrets:
secret-volume:
mountPath:
secretProviderClass:
containers:
nginx:
image: nginx
ports:
cat
the secret file based on themountPath