Created
          July 2, 2019 00:19 
        
      - 
      
- 
        Save rms1000watt/c96a375336f0c36163cb5686c731cd1f to your computer and use it in GitHub Desktop. 
    Ignore Versioning in Spinnaker
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # https://www.spinnaker.io/reference/providers/kubernetes-v2/#strategy | |
| # https://github.com/spinnaker/spinnaker/issues/3202#issuecomment-413527927 | |
| apiVersion: v1 | |
| kind: Secret | |
| metadata: | |
| name: myregistrykey | |
| annotations: | |
| 'strategy.spinnaker.io/versioned': 'false' # <-- this is the important part | |
| type: kubernetes.io/dockerconfigjson | |
| data: | |
| .dockerconfigjson: {{ template "imagePullSecret" . }} | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment