fix: Formatting and issue with creating vault secrets

This commit is contained in:
TheiLLeniumStudios
2026-01-14 14:48:07 +01:00
parent 4f254826e2
commit b28f1abfe4
5 changed files with 23 additions and 29 deletions

View File

@@ -33,8 +33,8 @@ type WorkloadConfig struct {
ConfigMapName string
SecretName string
SPCName string
Annotations map[string]string // Annotations for workload metadata (e.g., Deployment.metadata.annotations)
PodTemplateAnnotations map[string]string // Annotations for pod template metadata (e.g., Deployment.spec.template.metadata.annotations)
Annotations map[string]string // Annotations for workload metadata (e.g., Deployment.metadata.annotations)
PodTemplateAnnotations map[string]string // Annotations for pod template metadata (e.g., Deployment.spec.template.metadata.annotations)
UseConfigMapEnvFrom bool
UseSecretEnvFrom bool
UseConfigMapVolume bool