github.com/banzaicloud/operator-tools@v0.28.10/docs/types/secret_types.md (about)

     1  # Secret abstraction
     2  ## Overview
     3   Provides an abstraction to refer to secrets from other types
     4   SecretLoader facilitates loading the secrets from an operator.
     5   Leverages core types from kubernetes/api/core/v1
     6  
     7  ## Configuration
     8  ## Secret
     9  
    10  ### value (string, optional) {#secret-value}
    11  
    12  Refers to a non-secret value 
    13  
    14  Default: -
    15  
    16  ### valueFrom (*ValueFrom, optional) {#secret-valuefrom}
    17  
    18  Refers to a secret value to be used directly 
    19  
    20  Default: -
    21  
    22  ### mountFrom (*ValueFrom, optional) {#secret-mountfrom}
    23  
    24  Refers to a secret value to be used through a volume mount 
    25  
    26  Default: -
    27  
    28  
    29  ## ValueFrom
    30  
    31  ### secretKeyRef (*corev1.SecretKeySelector, optional) {#valuefrom-secretkeyref}
    32  
    33  Default: -
    34  
    35