apiVersion: v1 kind: Secret metadata: name: inventory-api-secrets type: Opaque data: # These are example base64-encoded values. You should replace them with actual values. # For example, to generate a value: echo -n "your-secret-key" | base64 secret-key: eW91ci1zZWNyZXQta2V5LWZvci1wcm9kdWN0aW9u admin-password: YWRtaW4tcGFzc3dvcmQ=