Fix the command to create the admin user (#19827)
* fix the command to create the admin user * change Admin to Owner
This commit is contained in:
		
							parent
							
								
									256f04d104
								
							
						
					
					
						commit
						b8a15348ea
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -55,7 +55,7 @@ spec:
 | 
			
		|||
            - {{ .Values.mastodon.createAdmin.email }}
 | 
			
		||||
            - --confirmed
 | 
			
		||||
            - --role
 | 
			
		||||
            - admin
 | 
			
		||||
            - Owner
 | 
			
		||||
          envFrom:
 | 
			
		||||
            - configMapRef:
 | 
			
		||||
                name: {{ include "mastodon.fullname" . }}-env
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue